Please try it ::
<script language="JavaScript1.2">
function popuponclick()
{
my_window = window.open("",
"mywindow","status=1,width=350,height=150");
my_window.document.write('<h1>
The Popup Window</H1>');
my_window.document.write('<a href="javascript: window.close();">Close the Popup Window</A>');
}
function closepopup()
{
if(false == my_window.closed)
{
my_window.close();
}
else
{
alert('Window already closed!');
}
}
</script>
<body>
<a href="javascript:%20popuponclick()">Open Popup Window</a>
<a href="javascript:%20closepopup()">Close the Popup Window</a>
</body>
2014年5月5日 星期一
2014年3月11日 星期二
2014年3月9日 星期日
iOS-解决"A valid provisioning profile for this executable was not found"
彈出了"A valid provisioning profile for this executable was not
found",即可執行 provisioning profile 沒有被找到。
解決方式是:
1、先檢查你的 provisioning profile 是否導入成功
Organizer ——> Devices ——> 選中運行的真機 ——> provisioning profiles 查看
(我一般會這樣做:先刪除該機的所有的provisioning profiles,然後再選中該機,右鍵 Add device to provisioning portal )
2、檢查 Project 和 Target 中的 Code Signing Identity 是否設置一樣
解決方式是:
1、先檢查你的 provisioning profile 是否導入成功
Organizer ——> Devices ——> 選中運行的真機 ——> provisioning profiles 查看
(我一般會這樣做:先刪除該機的所有的provisioning profiles,然後再選中該機,右鍵 Add device to provisioning portal )
2、檢查 Project 和 Target 中的 Code Signing Identity 是否設置一樣
2013年1月10日 星期四
:【iOS】跟盜版說掰掰,Hackulous Team正式關閉Installous
Hackulous Team在網站上宣告關閉Hackulous,原因是因為雖然經過努力的維持與更新,但使用人數不如以往再加上團隊內的成員熱情不在,所以下定決心關掉這個Cydia中最大的盜版中心。
真正好用的軟體使用者願意花點小錢購買正式的使用權,利用App Store內建的更新系統就不用在等待破解版本的出現,而且破解版本幾乎都放在免空上,廣告一堆還要等待倒數時間整個很麻煩。加上許多免費軟體的功能性大增,消費者不用再堅持單一軟體。
2013年1月1日 星期二
Developers begin seeing new Apple iPhone hardware and iOS 7 in usage logs
post : http://alturl.com/rp7gp
Currently under development, traces of Apple’s new iPhone and iOS software have begun surfacing in app usage logs. Developers have contacted The Next Web to share references to a new iPhone identifier and the next big operating system update for the smartphone and tablet devices: iOS 7.
One developer showed us that Apple has been testing hardware relating to a new ‘iPhone6,1′ identifier, powered by a device running iOS 7, which is expected to be released by Apple in the middle part of this year.
Apple’s current flagship, the iPhone 5, bears the identifiers ‘iPhone5,1′ and ‘iPhone 5,2′ depending on the LTE model of the handset and the 4G bands on which it operates.
From the developer logs that we have seen, the app requests originate from an IP address on Apple’s Cupertino campus, suggesting that members of Apple’s software development and app teams are compatibility testing some of the more popular or well-known applications already on the App Store.
Although OS and device data can be faked, the unique IP footprint leading back to Apple’s Cupertino campus leads us to believe this is not one of those attempts.
No specifics on hardware or software features are shared in developer logs, but sources have indicated that Apple began working on the new version of iOS 7 towards the end of 2012 and is soon to finalise the features that will be included in its first public release.
In the past, Apple has released developer seeds of its major operating system updates at its annual WWDC event, which is typically held in San Francisco in June.
Back in May, 9to5mac reported seeing references to Apple’s new iOS 6 software ahead of its launch at WWDC 2012 a month later, software that included the new Apple Maps, and hundreds of additional new features.
Image Credit: afagen/Flickr
One developer showed us that Apple has been testing hardware relating to a new ‘iPhone6,1′ identifier, powered by a device running iOS 7, which is expected to be released by Apple in the middle part of this year.
Apple’s current flagship, the iPhone 5, bears the identifiers ‘iPhone5,1′ and ‘iPhone 5,2′ depending on the LTE model of the handset and the 4G bands on which it operates.
From the developer logs that we have seen, the app requests originate from an IP address on Apple’s Cupertino campus, suggesting that members of Apple’s software development and app teams are compatibility testing some of the more popular or well-known applications already on the App Store.
Although OS and device data can be faked, the unique IP footprint leading back to Apple’s Cupertino campus leads us to believe this is not one of those attempts.
No specifics on hardware or software features are shared in developer logs, but sources have indicated that Apple began working on the new version of iOS 7 towards the end of 2012 and is soon to finalise the features that will be included in its first public release.
In the past, Apple has released developer seeds of its major operating system updates at its annual WWDC event, which is typically held in San Francisco in June.
Back in May, 9to5mac reported seeing references to Apple’s new iOS 6 software ahead of its launch at WWDC 2012 a month later, software that included the new Apple Maps, and hundreds of additional new features.
Image Credit: afagen/Flickr
訂閱:
文章 (Atom)